net/http.Request.otherValues (field)
7 uses
net/http (current package)
request.go#L338: otherValues map[string]string // for calls to SetPathValue that don't match a wildcard
request.go#L411: r2.otherValues = maps.Clone(r.otherValues)
request.go#L1473: return r.otherValues[name]
request.go#L1482: if r.otherValues == nil {
request.go#L1483: r.otherValues = map[string]string{}
request.go#L1485: r.otherValues[name] = value
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)